home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
medhu_va.swf
/
scripts
/
DefineSprite_249
/
frame_12
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
550b
|
30 lines
stop();
cnt = 0;
v3.onPress = function()
{
_parent.ins11._visible = false;
_parent.ins12._visible = false;
this.startDrag();
if(cnt == 1)
{
v3.gotoAndStop(3);
}
};
v3.onRelease = function()
{
if(plates.plate.hitTest(v3) || _parent.tava.hitTest(v3))
{
_parent.ins12._visible = true;
stopDrag();
this._x = v3._x;
this._y = v3._y;
cnt++;
}
if(tava.hitTest(v3))
{
v3._visible = false;
dupv3._visible = true;
dupv3.gotoAndPlay(2);
}
};